Help for this page

Select Code to Download


  1. or download this
    open(DATA,"data.pl");
       while (<DATA>) {$data .= $_;}
    close DATA;
    
    eval $data;
    
  2. or download this
    @array = (
            { label => "backup.hostname.com",
            status => "on",
    ...
            error => 'Failed',
            },
    );