[Perl-unix-users] Perl and CMIP or CMOT

2002-06-26 Thread Adam Stuckey
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

[Perl-unix-users] Perlcc behaviour

2002-05-27 Thread Adam Stuckey
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

[Perl-unix-users] FW: Perl One-Liner

2001-03-12 Thread Adam Stuckey
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);'

[Perl-unix-users] FW: newbie trying to use perlcc

2001-03-12 Thread Adam Stuckey
built for aix My perl script uses IO::Socket to connect to a remote host. Rgds, Adam Stuckey Sample output: $ perlcc nigaix.pl Compiling

[Perl-unix-users] Closing down sockets - plain text this time

2001-01-04 Thread Adam Stuckey
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

[Perl-unix-users] Closing down sockets

2001-01-04 Thread Adam Stuckey
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

[Perl-unix-users] FW: Perl one-liner

2000-11-06 Thread Adam Stuckey
  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);'