Ask a Question related to Perl / CGI, Design and Development.
-
anantc88 #1
how to install B:Bytecode.pm on linux?
Hi,
I have been trying to run the following script on my system:-
and got the following error:-Code:#!/usr/bin/perl #Load Net::FTP use Net::FTP; $ftp=Net::FTP->new("ftp://ftp.ncbi.nlm.nih.gov/gene/*",Debug=>0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",'-anonymous@') or die "Cannot login ",$ftp->message; $ftp->cwd("/pub") or die "Cannot change working directory", $ftp->message; $ftp->get("that.file") or die "get failed",$ftp->message; $ftp->quit;
Can't locate B/Bytecode.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 1) line 18.
Please suggest some way to install B:Bytecode package on my system any1.
Please do reply.
P. S. :- I am trying to download files through a ftp link through this script and I have ubuntu as my operating system.
Junior Member
- Join Date
- Sep 2010
- Posts
- 1
-
install help on linux
Hi, I'm having trouble installing PHP on Caldera OpenLinux 2.4. Apache version 1.3.x I want to run a similar configure command to this:... -
Perl B:Bytecode anyone ?
Hi, I've been trying to compile perl scripts into bytecode. Now, from what I understand I can use either perlcc -B script.pl or perl -MO=bytecode... -
[ANN] Syck 0.41 -- 95% Support, Bytecode, Bugfixes
friends, countrymen: Happy to announce Syck 0.41. Syck is the YAML toolkit, the undying force that backs Ruby 1.8's YAML support. This... -
Ruby => Rite, AST => Bytecode?
Matz and fellow Rubyists, On pragprog, we're sort-of discussing the creation of a new language ("Pragmatic") as an exercise in extending one's... -
Linux Install From NT
Sharninder wrote: There are ways to install an entire OS from a network site as a system image, but I don't think you're ready to go there. Can...



Reply With Quote

