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 ( [id://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?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-23 06:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found