Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    make_path('apath3', { mode => 0775});
    make_path('apath4' 'apath5', { mode => 0775});
    
  2. or download this
    12c12
    < our $VERSION = '1.157';
    ...
    <     ) {
    <         $previous_token = $previous_token->previous_token();
    <     }
    
  3. or download this
    25c25
    < our $VERSION = '1.157';
    ...
    > Readonly::Scalar our $EMPTY        => q{};
    > Readonly::Scalar our $TRUE         => 1;
    > Readonly::Scalar our $FALSE        => 0;