Help for this page

Select Code to Download


  1. or download this
    use Path::Tiny qw/ path /;
    select my $bar = path("~/output.txt")->opena_utf8;
    print "Hello world!\n";
    
  2. or download this
    $ perl -
    use Path::Tiny qw/ path /;
    ...
    $ del %home%\output.txt
    
    $