C
chesucat
b>Hi all,
b>
b>Below is my script that will be used to connect to a remote host and
b>change my password automatically:
b>
b>===========================================
b>#!/usr/bin/perl
b>
b>
b>use strict();
b>use Net::SSH:erl;
b>
<snipped>
b>Does anybody has an idea what's missing or wrong with my script?
b>
I didn't know strict was functions?
chesucat
b>
b>Below is my script that will be used to connect to a remote host and
b>change my password automatically:
b>
b>===========================================
b>#!/usr/bin/perl
b>
b>
b>use strict();
b>use Net::SSH:erl;
b>
<snipped>
b>Does anybody has an idea what's missing or wrong with my script?
b>
I didn't know strict was functions?
chesucat