New to Perl

From: Bill Corden (Corden_at_somwhere.com)
Date: 03/08/05

  • Next message: mazzawi_at_gmail.com: "Re: question about sort()"
    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


  • Next message: mazzawi_at_gmail.com: "Re: question about sort()"