Help for this page

Select Code to Download


  1. or download this
    my @data;
    while (<>) {
    ...
    
    use Data::Dumper;
    print Dumper \@data;
    
  2. or download this
    17:12:41       0       0       0     100
    17:12:42       0       1       0      99
    17:12:43       0       0       0     100
    
  3. or download this
    >perl script.pl data
    $VAR1 = [
    ...
                '100'
              ]
            ];