How do I properly set the shibang for perlbrew environment for CGI as apache will not load any env details?
I could use -I, however, how do i list multiple libraries as there is 2.
#!/home/user/perl5/perlbrew/perls/perl-5.10.1/bin/perl -wTI /home/user/perl5/perlbrew/perls/perl-5.10.1/lib
Thats how I can get one, how do I add a second library, and even if I did will this work?