Help for this page

Select Code to Download


  1. or download this
       if ($FSUSED >= 90)
          $FSUSED = "*$FSUSED*";
       }
    
  2. or download this
    Global symbol "$SYS_NAME" requires explicit package name at Monks/Down
    +load.pm line 4.
    Global symbol "$SYS_NAME" requires explicit package name at Monks/Down
    +load.pm line 6.
    ...
    Global symbol "$PIUSED" requires explicit package name at Monks/Downlo
    +ad.pm line 58.
    Global symbol "$FS" requires explicit package name at Monks/Download.p
    +m line 58.
    Execution of Monks/Download.pm aborted due to compilation errors.
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $IUSED;
    
    ... rest of your code here...