Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: how to permanently monitor a directory

by erasei (Pilgrim)
on Aug 14, 2003 at 13:15 UTC ( [id://283857]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (1)
     {
    ...
          do_something_now();
        }
     }
    
  2. or download this
    my $items_in_dir = @Dircontent;
    if ($items_in_dir > 2) ..
    
  3. or download this
    if (scalar(@Dircontent) > 2) ..
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-19 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found