Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: regex statement to call variable value is not working??

by vinoth.ree (Monsignor)
on May 13, 2015 at 08:43 UTC ( [id://1126526]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, ">$filename" # INSECURE CODE; do not use
        or die "Can't write to '$filename': $!\n";
    
  2. or download this
    open my $fh, '>', $filename # safer and clearer
        or die "Can't write to '$filename': $!\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1126526]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found