- or download this
#!/usr/cisco/bin/perl -w
use strict;
...
print_response( );
}
- or download this
#!/usr/cisco/bin/perl -w
use strict;
...
print_response($name);
}
- or download this
#!/usr/cisco/bin/perl -w
use strict;
...
my $self = __PACKAGE__->new();
$self->print_response();
}