Need help with module

2010-08-08 Thread Vimal
e specifically, which module should I load to get this line working (some http module I guess, but there are so many of them I do not know): $c->response->redirect($url); -- Regards, Vimal Kumar K | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | | E: vimal7370 at gmail

Re: Server check

2010-08-13 Thread Vimal
tain your code. uri -- Regards, Vimal Kumar K | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | | E: vimal7370 at gmail dot com P: +919947450760 | -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Using # instead of / as REGEX search delimiter

2010-05-10 Thread Vimal Kumar
+?)/#) { does not, in the below script. Kindly help. Seems I am missing something simple here. Regards, Vimal #!/usr/bin/perl my $test; my %virtualhost; my @temp = (); my $user; open (FILE, " ){ chomp; $test=1 if / Username:\t$_ \n -> Do

Re: Using # instead of / as REGEX search delimiter

2010-05-10 Thread Vimal Kumar
Thanks Steve, That did the trick! Going through 'perldoc perlop' now :-) On Mon, May 10, 2010 at 9:16 PM, Steve Bertrand wrote: > On 2010.05.10 11:25, Vimal Kumar wrote: > > Hi all, > > > > I am relatively new to Perl. Was learning references and thought of &g