Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: EDI Store and Forward System (what's with the gotos?)

by grinder (Bishop)
on Oct 02, 2002 at 09:33 UTC ( [id://202221]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $excpdir=$defdev."/wxyzprod/wxyzexcp/";
    $logfile=$defdev."/wxyzprod/wxyzlog.txt";
    $indir=$defdev."/wxyzprod/wxyzin/";
    $outdir=$defdev."/wxyzprod/suppliers/";
    $archive=$defdev."/wxyzprod/wxyzarch/";
    
  2. or download this
    my $dir = '/wxyzprod';
    $excpdir="$defdev$dir/wxyzexcp/";
    ...
    $indir="$defdev$dir/wxyzin/";
    $outdir="$defdev$dir/suppliers/";
    $archive="$defdev$dir/wxyzarch/";
    
  3. or download this
    ($device,$inode,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctim
    +e,
    $blksize,$blocks) = stat($getinfile);
    ...
    
    # versus
    $delta = time - (stat($getinfile))[9];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-19 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found