New to Perl
From: Bill Corden (Corden_at_somwhere.com)
Date: 03/08/05
- Previous message: jliang888_at_yahoo.com: "help on LWP::Parallel"
- Next in thread: Jim Gibson: "Re: New to Perl"
- Reply: Jim Gibson: "Re: New to Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 8 Mar 2005 14:53:27 -0500
Can someone give me an idea of what is going on with this line:
print FILE "$_\n$blocks{$_}";
I am trying to set a variable = to this amount so I can parse out some data.
$someData = "$_\n$blocks{$_}"
doesn't work
$someData = $_\n$blocks{$_}
doesn't work
If more code would be helpful, I can post it.
Thanks in advance
- Previous message: jliang888_at_yahoo.com: "help on LWP::Parallel"
- Next in thread: Jim Gibson: "Re: New to Perl"
- Reply: Jim Gibson: "Re: New to Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]