Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $number = This::File::Does::No::Exist::On::My::Disk->new(7);
    print $number * 6, "\n";