Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Log File Parsing using "split"

by nobull (Friar)
on May 20, 2006 at 11:43 UTC ( #550661=note: print w/replies, xml ) Need Help??


in reply to Re: Log File Parsing using "split"
in thread Log File Parsing using "split"

open (my $fh, ">> ${prefix}${thiscust}${suffix}")
Why do you concatenate the second and third arguments to open() into a string just so that perl can pull it appart again?

open (my $fh, '>>', "$prefix$thiscust$suffix")

Replies are listed 'Best First'.
Re^3: Log File Parsing using "split"
by ruzam (Curate) on May 21, 2006 at 04:05 UTC
    Old Habit :)

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2023-06-08 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?