Help for this page

Select Code to Download


  1. or download this
    syntax error at D:\plscipts\fwimport.pl line 44, near "sub nameimport 
    +"
    Global symbol "@name" requires explicit package name at D:\plscipts\fw
    +import.pl
    line 47.
    Execution of D:\plscipts\fwimport.pl aborted due to compilation errors
    +.
    
  2. or download this
    #!/bin/perl -W
    # This script is for the importing of Pix firewall configs.
    ...
    my $aclimport = acl(@config);
    
    print "The script has successfully imported $aclimport rules for $FWna
    +me.\n";