Title: Perl and CMIP or CMOT
Hi All,
Has anyone had any experience in programming with CMIP or CMOT interfaces?
I would like to give it a go but have no idea where to start.
I had a search through CPAN and could not see any related modules.
Regards,
Adam Stuckey
Disclaimer
Title: Perlcc behaviour
Hello All,
I am having trouble with perlcc.
When I run the command:
perlcc -o test test.pl
(The script is as follows)
#!/opt/perl5/bin/perl
Print "Hello World!\n";
I never get the prompt back.
Multiple instances of perlcc seem to be spawned continuously unt
Title: FW: Perl One-Liner
This nifty perl one-liner will provide the solution to most computer-related problems:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
built for aix
My perl script uses IO::Socket to connect to a remote host.
Rgds,
Adam Stuckey
Sample output:
$ perlcc nigaix.pl
Compiling
Title: Closing down sockets - plain text this time
Hello All,
Does anyone know a way in which Perl can shutdown a port that another process is using?
(I guess it is similar to the way root can kill other processes, but can it also be done in closing single port connections??)
I
Title: Closing down sockets
Hello All,
Does anyone know a way in which Perl can shutdown a port that another process is using?
(I guess it is similar to the way root can kill other processes, but can it also be done in closing single port connections??)
I'm trying to write a prog
This nifty perl one-liner will provide the solution
to most computer-related problems:
perl -e 'print
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'