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