Help for this page

Select Code to Download


  1. or download this
    my $safe_filename_characters = "a-zA-Z0-9_.-";
    sub PLOTTING
    ...
    print $GRAPH_FH $graphimage->png;
    close $GRAPH_FH;
    }
    
  2. or download this
    sub UPLOAD
    {
    ...
        }   
    close $DAT;
    }
    
  3. or download this
    if (!length($dateiname) == 0 && $dateiname =~ /^([$safe_filename_chara
    +cters]+)$/)
            {
    ...
            $out_file = ("ping_$date.csv") or die 'Error processing file: 
    +',$!;
            $graphname = "ping_$date";
            }