Help for this page

Select Code to Download


  1. or download this
    use Shell;
    print ls();
    
  2. or download this
    use Shell;
    my $sh = shell->new;
    print $sh->ls;