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
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/
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
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 =
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
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
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.
>
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
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