Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    print "j => $x" if $x = index "jeff", "j";
    print "r => $x" if $x = rindex "jeff", "r";
    system "ls" or warn "ls failed";
    
  2. or download this
    package TrueFalse;
    
    ...
    sub boolean { TrueFalse->new(@_) }
    
    1;