Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: preserve array from getting re-initilize

by jwkrahn (Abbot)
on Jul 15, 2010 at 04:53 UTC ( [id://849699]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        return \@verbose if($info eq 'verbose');
    
  2. or download this
        my $time = scalar localtime();
        $time =~ /(\d\d:\d\d:\d\d)/;
        $time = $1;
    
  3. or download this
        my $time = sprintf '%02d:%02d:%02d', ( localtime )[ 2,1,0 ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-25 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found