Help for this page

Select Code to Download


  1. or download this
    if ($^X ne "perl") {
    
    ...
            print ("to start this program.\n");
    
    }
    
  2. or download this
    $path = `which perl`;
    print $path;
    /usr/bin/perl
    
  3. or download this
    #!/usr/bin/perl
    
  4. or download this
    ./pgm