Help for this page

Select Code to Download


  1. or download this
    $ echo $PATH
    /home/bob/perl5/bin:/home/bob/2.scripts/pages/9.cw/template_stuff/cros
    +swords/sscce:/home/bob/bin:/home/bob/.local/bin:/usr/local/sbin:/usr/
    +local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/
    +snap/bin
    $ pwd
    ...
    $ ./5.sscce.pl
    bash: ./5.sscce.pl: No such file or directory
    $
    
  2. or download this
    $ ls -R
    .:
    1.sscce.pl  5.sscce.pl  lib  mydata
    ...
    ./mydata:
    1.out.txt  1.txt
    $
    
  3. or download this
    $ ./5.sscce.pl 
    1..16
    before conversion
    ...
    
  4. or download this
    #!/usr/bin/perl -w
    use 5.011;
    use Path::Tiny;
    ...
    }
    
    __END__