Re: Hi Folks : I'm trying to create a regular expression for finding a # wishing a dataset for only a number that is a multiple of 5

2019-09-09 Thread Gautam Desai
Thanks a lot Gautam S Desai On Sun, Sep 8, 2019 at 6:39 PM Mike wrote: > > It's probably best if you write a short script > that reads a __DATA__ section of data. > Then tell us what it does and what you expected > it to do. > > Off hand I don't see anything

Hi Folks : I'm trying to create a regular expression for finding a # wishing a dataset for only a number that is a multiple of 5

2019-09-08 Thread Gautam Desai
Do you guys have any pointers ? Thanks Gautam S Desai kidsforchess.org https://www.facebook.com/kidsforchess.suwanee.9 https://www.21stcenturyleaders.org/youth-ambassador-starts-nonprofit-donates-to-21cl/

Re: calling subroutine via hash

2006-01-04 Thread Gautam Dey
ot;answer is: $ans \n"; #prints "answer is: 9" }, "moo" => sub { my @data = (3,7,15,28); my $radius; my $radius_ref = @data; Your error is the the above line. That line should be: my $radius_ref = [EMAIL PROTECTED]; Since you want the reference to the da

How can be the return value from a subroutine saved in global array

2004-02-01 Thread gautam chaurasia
irst_child( 'Genename'); my $local_name = $l_name->text; my $yorf_name = $y_name->text; my $gene_name = $g_name->text; if ($local_name eq $qname) { return($yorf_name); } } } @sname =[]; @sname =

how to use output of one class into another class.

2004-01-29 Thread gautam chaurasia
ut of one class into another class. Thanks in advance gautam -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] &l

How to use output of one class into another class

2004-01-29 Thread gautam chaurasia
ut of one class into another class. Thanks in advance gautam -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: sending mail from Perl redirecting from a file

2002-05-28 Thread Gautam
lz wrote: > Hi guys, > > open TMP, ">/home/dev/perl/mail_queue/$filename" or > die "Can't create file: $!"; > > I read an incoming file, modify it and save it in the > file, as seen above. > > Later on, I'd like to send the above generated file: > > I try the following, but it doesn't work. >

Re: CGI Images

2002-05-28 Thread Gautam
would like to see a working copy. Please don't perldoc me, I >spent days going through those before finally asking here. > > Many Thanks, > Agustin Rivera > Webmaster, Pollstar.com / PollstarOnline.com > This may be a silly question to ask, but are you setting the header

Re: Trouble openign a file

2002-05-28 Thread Gautam
Eric Preece wrote: > Hello, > > I am new to perl and having trouble with a script I wrote to publish some data in an >rss format. The script works great from the command prompt but dies when I use input >from a web form. The error is "No such file or directory" for my template. The file >is th