Help for this page

Select Code to Download


  1. or download this
    @out =
      <>;
    print Dump(@out);
    
  2. or download this
    #!/usr/bin/perl -l
    use YAML;
    ...
    troublemaking:
        troublemaking.geek.nz -- bra la la la la
    
  3. or download this
    @out = <>
      ==> map { chomp; [ split ] }
    ...
      ;
    
    print Dump(@out);