Help for this page

Select Code to Download


  1. or download this
        $ ./d.pl
        $ ./tickle localhost system.introspection
    
  2. or download this
    package D;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
        exec($0, @ARGV);
    }
    
  4. or download this
    #!/usr/bin/perl
    
    ...
    
    ;