shell issue, not a Perl issue. Escape your brackets or
quite your text so that bash (or sh or whatever) won't try to
do something special with it.
--
David Dorward http://dorward.me.uk
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
en it goes on
to mention InterBase).
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
m
line 25.
Does Magick.pm existing in an Image directory in any of those
directories? If not - install Image::Magick.
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<
ne-0.44/C/C.pod>. They both
look like they should do the job, but I have to confess I haven't used
either.
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
&
e you stuck? Getting user input
(where from)? Working out which order of magnitude the number is?
Converting between kilo and mega et al? Showing the output?
Show us some code.
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMA
On 3 Aug 2004, at 13:26, [EMAIL PROTECTED] wrote:
Does anyone know a simple way to determine if a number is odd or even?
Use the modulus operator. If $foo % 2 has remainder 1, then it is odd,
if it has remainder 0, then it is even.
--
David Dorward
<http://dorward.me.uk/>
s.
You have a link to "index.html" instead of "/index.html" or
"../index.html" or "http://www.example.com/index.html";.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
--
To unsubscribe, e-mail: [EM
On Sat, 2004-07-24 at 19:14, NandKishore.Sagi wrote:
> $data_source = "dbi:DriverName:database_name" ;
>
> Can't locate DBD/DriverName.pm in
Change "DriveName" to the name of the driver you want to use (e.g.
mysql)
Change "database_name" to the name
'd be surprised if ActivePerl removed it.
http://www.linuxjournal.com/article.php?sid=2484
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://l
dache.
Eugh.
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
I do that using CGI.pm's redirect?
print $output->redirect($u)
You can't... well... there is the Window-Target not-really-http-header
but, last I heard, browser support for that (thankfully) sucks.
http://diveintoaccessibility.org/day_16_not_opening_new_windows.html
--
David Dorwar
-CSV_XS-0.23/CSV_XS.pm
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
$string = " axyzb cxyzd ";
my @list_of_words = split /\ /, $string;
my @list_of_words_containing_xyz = grep /xyz/, @list_of_words;
foreach my $word (@list_of_words_containing_xyz) {
print $word, "\n";
}
or, in less verbose form:
foreach (grep(/xyz/,split(/\
simple
But I dont know what is the command to execute the above script.
perl /home/myusername/public_html/cgi-bin/rating/rank.pl
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
() and my()?
(You might have to scroll down a bit to find it though)
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
hen a regex.
For Example
i need only the "register/doregister.asp" in an array !
my $html = qq();
(my $action) = ( $html =~ /action=\"([^\"]*)\"/ );
Replace "my $action" when whatever array location you want to load it
into.
--
David Dorward
<http://d
to-install dependancies for you)
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
, roff, and chm.
- http://www.gnu.org/software/texinfo/
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <
.
Take a look at File::Find (to recurse directories) and open (to open a
handle you can print to to write to a file)..
perldoc File::Find
perldoc open
--
David Dorward
<http://dorward.me.uk/>
<http://blog.dorward.me.uk/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
On 20 Apr 2004, at 12:10, Prem Vilas Fortran M. Rara wrote:
--- Gabriel Striewe <[EMAIL PROTECTED]> wrote:
*"Programming Perl" by Larry Wall (the author of
Perl himself), Tom
Christiansen and Jon Orwant
any online version?
<http://safari.oreilly.com/>, which also has Le
20 matches
Mail list logo