Help for this page

Select Code to Download


  1. or download this
    use feature qw/say/;
    use Math::Trig;
    ...
    }
    else{}
    }
    
  2. or download this
     open(OUTPUT, '|sort >foo')  # pipe to sort
            or die "Can't start sort: $!";
    ...
                       : "Exit status $? from sort";
        open(INPUT, 'foo')          # get sort's results
            or die "Can't open 'foo' for input: $!";