14 Aug, 2010
Install perl ubuntu
Articles related to install perl ubuntu
http://digitalpbk.com/google-chrome/install-google-chrome-linux-ubuntu-910
Installing Google Chrome on
Ubuntu 9.10
Installation
Click Here to
install Google Chrome on
Ubuntu.
Google
Linux
Ubuntu
Software ...
Published 2 years, 5 months ago
http://digitalpbk.blogspot.com/2009/12/official-google-blog-google-chrome-for.html
Official Google Blog: Google Chrome for the holidays: Mac, Linux and extensions in beta
http://digitalpbk.com/2009/12/
install-google-chrome-linux-ubuntu-910 ...
Published 2 years, 5 months ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
Error
Installing PERL modules "unrecognized command line option -fstack -protector"
unrecognized command line option "-fstack-protector" error usually comes on Cygwin when
installing PERL modules.
For example when
installing the DBI module or DBD::MySQL
perl module, the following error comes on cygwin :
cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/Gofer/Execute.pm blib ...
Published 2 years, 1 month ago
http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu
Installing Google Go on Linux
Ubuntu
One command
install, Bash script to
install Google Go in one Go
#!/bin/bash
ARCH=386 #CHANGE this setting to amd64 if you are on 64 bit.
sudo apt-get
install bison make gcc libc6-dev ed mercurial
{
cat ~/.bashrc; cat ~/temp.bashrc
mv ~/.bashrc ~/.bashrc.old
mv ~/temp.bashrc ~/.bashrc
export GOROOT=$HOME/go
export GOARCH=$ARCH
export GOOS=linux
export GOBIN=$HOME/gobin
export PATH=$PATH:$GOBIN
mkdir $GOBIN
hg clone -r release https ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
line argument you can get the same information of that account.How to use ?Check whether you have
Perl installed on your computer.Start a command prompt and type
perl -v, if the command is not found download and
install Perl.Copy the source code given above and paste it in a new file say dstat.plRun the code by
perl dstat.pl. ...
Published 5 years ago
http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html
yum/apt-get update Breaks
Perl CPAN
Doing an yum update or apt-get update and upgrading your system might break the
PERL installation, the output I got while doing so: (after an update).[root@desktop]# cpancpan shell -- CPAN exploration and modules
installation (v1.7602)ReadLine support enabled cpan>
install WWW::MechanizeCPAN: Storable loaded okGoing to read /root ...
Published 2 years, 10 months ago
http://digitalpbk.com/perl/perl-script-check-google-pagerank
Perl Script to check Google pagerank
In order to find out a Google Pagerank of a webpage, we can use the WWW::Google::PageRank module in
Perl.
Click WWW::Google::PageRank to download the Google Pagerank module. Here is a simple script that takes the Website URL as a command line argument and prints the Google PageRank.
OR
Alternatively you can
install the module using cpan
cpan -i WWW::Google::PageRank
#!/usr/bin/
perl
$webpage = $ARGV[0];
use WWW::Google::PageRank;
my $pagerank ...
Published 2 years ago
http://digitalpbk.com/ubuntu/install-wireless-wifi-drivers-linux-karmic-9.1-sony-vaio-cw
Install Wireless Wifi drivers on Sony Vaio CW on Linux
Ubuntu
Out of the box
Ubuntu 9.10 wireless/wifi did not work on my Sony Vaio CW Series (VPCCW26FG), The following error message is shown on start up and on dmesg command.
Could not read microcode: -2
The solution was to
install backports modules.
Installing Wireless Drivers on
Ubuntu
In order to make wireless (WiFi) work on the new Sony Vaio CW series, you have to run the following commands on
Ubuntu 9.10 Karmic.
sudo apt-get clean ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html
:
%s\n",$sl[$i],$sl[$i+5]);}$mech->get("../logout.jsp");InstallationOn LinuxCopy paste to a new file data1.pl
Install WWW::Mechanize if not already
installed.Download WWW-Mechanize-1.XX.tar.gzDo the following in a terminaltar -xvvf WWW-Mechanize-1.XX.tar.gzcd WWW-Mechanize-1.XXperl Makefile.PLmakesudo make installchmod 755 data1.plOn WindowsCopy paste to a new file data1.plGet Active
Perl and
install if
PERL is not
installed.Install Module WWW::Mechanize.UsageLinux./data1.pl OptionsWindows, not TESTEDperl data1.pl OptionsPS : Comment `stty` lines when using ...
Published 3 years, 10 months ago
http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html
PERL Code to change Google talk status
Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules
installed.#!/usr/bin/perl #usage :
perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years, 3 months ago
Related help topics for install perl ubuntu
More keywords like install perl ubuntu
More pages for install perl ubuntu