Help for this page

Select Code to Download


  1. or download this
      opendir(PWD,"$next") && my @files = readdir PWD
          or die "Open \"$_\" failed: $!";
    
  2. or download this
    s/test/whatever/, print;
    
  3. or download this
    s/test/whatever/ => print;