Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: string concatenation, which way is better?

by johngg (Canon)
on Aug 08, 2012 at 22:09 UTC ( [id://986372]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MPOSIX=strftime -E '
    > $file_dir = q{/var/log};
    > say strftime qq{$file_dir/filename1.log.%F}, localtime( time() );'
    /var/log/filename1.log.2012-08-08
    $
    

Log In?
Username:
Password:

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

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

    No recent polls found