Help for this page

Select Code to Download


  1. or download this
    package Test;
    
    ...
    }
    
    1;
    
  2. or download this
    package Test::Command;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    $|=1;
    
    my $test_command = Test::Command->new(@ARGV);
    
  4. or download this
    DEBUG : creating object in Test
    DEBUG : handling command test_command in Test::Command
    
  5. or download this
    my $test_command = Command->new(@ARGV);
    
  6. or download this
    Test::Command::$command
    
  7. or download this
    Test::Command::$command->handle_output()