On Wed, 19 Mar 2003, Patrick Nelson wrote:

> #!/usr/bin/perl
> use Date::Manip;
> print "this\n";
> exit 0;
>
> will show the problem.  This same script has worked on multiple RH versions
> and Manip.pm is exactly the same as on my 7.3 and 7.2 systems.  I'm not sure
> what to do with this.  Anyone have any ideas?

No problem here....

[EMAIL PROTECTED] egreshko]$ cat ipm
#!/usr/bin/perl
use Date::Manip;
print "this\n";
exit 0;

[EMAIL PROTECTED] egreshko]$ ./ipm
this
[EMAIL PROTECTED] egreshko]$

Maybe you should reveal some of the errors?

-- 
http://webcams.greshko.com/  Do you this man, Peter Boeni?
http://www.shorewall.net/  for all your firewall needs



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to