![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CPAN shell 1.93_51 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-07-2009 12:40 AM |
| CPAN+changelog 1.38 (Default branch) | iBot | Software Releases - RSS News | 0 | 11-18-2008 01:30 PM |
| CPAN: using only wget to d/l modules? | dangral | Shell Programming and Scripting | 2 | 07-12-2007 01:49 PM |
| CYGWIN/CPAN install of Expect.pm | white222 | UNIX for Dummies Questions & Answers | 1 | 07-20-2005 09:27 PM |
| PERL & CPAN Intro for Newbies | obitus | Tips and Tutorials | 0 | 06-15-2004 10:20 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Automating CPAN on FreeBSD
When using CPAN for the first time, a number of questions are prompted to the user, thereby halting the process. Since I am running FreeBSD I was wondering whether the inclusion of the port instead leads to the same result. So instead of having the following: Code:
perl -MCPAN -e "install DBD::SQLite" and getting trapped into the CPAN dialogue, I might as well do the following: Code:
cd /usr/ports/databases/p5-DBD-SQLite make install clean or Code:
pkg_add -r p5-DBD-SQLite Is that a fair alternative? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|