Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: logfile rotate w/ pass by reference

by Joost (Canon)
on Mar 14, 2005 at 16:55 UTC ( #439354=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub logroll {
      my $name = shift;  # grab first argument
    ...
          (File => $file,
      # etc...
    
  2. or download this
    sub logroll {
      my $name = shift;  # grab first argument
    ...
          (File => $name,
      # etc...
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2023-10-01 04:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?