First  |  Prev |  Next  |  Last
Pages: 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
tricky use of print?
I found that little can be done on debugging a variable on print, after visiting a page containing the module PadWalker. I wonder whether in Perl can do something like: $newline = '\n' print foo $foo print $newline; I use the vim editor, in this sense, rapid coding and debugging can achieve. But ... 2 Apr 2008 19:08
ID3v2 cover art insertion with Perl?
Hi, I'm struggling with my flac->mp3 music library maintenance script. based on some net articles I have used MP3::Tag to attach cover art this way use constant HEADER => ( chr(0x0) , "image/jpeg" , chr(0x0), ""); $img = new Image::Magick; if (! $img->Read("$flacdir/cover.jpg")) { $id3v2->add_frame( "API... 2 Apr 2008 07:06
RE Perl Pattern matching
Hi, I am having a string say $str, the value of it is as below: <responseStatus>HTTP/1.1 200 OK</responseStatus> <cookies> <cookie name="ASPSESSIONIDSQDCBDBA" path="/" domain="www- int.juniper.net">DOCFGJEAKNOMBLHCGEMOIMBA</cookie> </cookies> <headers> <header name="Cache-co... 9 Apr 2008 17:55
Good documentation or good source examples for Image::Magick or converter from commandline to perl
On Wed, 02 Apr 2008 00:07:15 +0200 in comp.lang.perl.misc, nntpman68 <news1234(a)free.fr> wrote, $err = $tile->Draw( %textopts ); warn "$err" if "$err"; Produces the message: Exception 410: unrecognized option `text' at ./test.pl line 103. draw "text" is no longer supported in recent versions of ImageMagi... 2 Apr 2008 09:31
TieRegistry with IPConfig
I'm trying to remotely look at the NIC cards on W2K3 servers that I have admin accounts on. When I run the following it gives me an error: use strict; use Win32::IPConfig; my $ipconfig; my $host = "some IP address"; # Changed the IP address for posting $ipconfig = Win32::IPConfig->new($host); # This is where... 1 Apr 2008 22:19
Can I iterate through a file on a CGI page?
Apologies to Perl purists - comp.infosystems.www.authoring.cgi doesn't work on my newsreader, and this is a CGI question: What I want to do is, I've got a large collection of image files: $ wc gallery-pix 37448 62619 3218967 gallery-pix and what I'd like to do is look at each of the 37488 image files on s... 15 Apr 2008 15:39
FAQ 8.14 How do I modify the shadow password file on a Unix system?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 1 Apr 2008 21:13
Good documentation or good source examples for Image::Magick or converter from commandline to perl
nntpman68 <news1234(a)free.fr> wrote: Thanks a lot Frank, Post top please not do That's also the one, which I found and tried to understand. Any perl script displaying a text with the Image::Magick::Draw method would solve my current problem. There is a security image (CAPTCHA) module - GD::Sec... 1 Apr 2008 19:01
What is best CMS - SilverStripe, Joomla or Drupal
Hi, I am a student of ICT and doing my final project of website development. I wants to do coding in PHP & MySql. I am confused about the Content Management System. Which CMS is good for using & reliable SilverStripe, Joomla or Drupal? Cheers Mayuri ... 2 Apr 2008 11:44
Good documentation or good source examples for Image::Magickor converter from commandline to perl
Hi, I'm still not succeeding with drawing a text :-( . Following attempt doesn't produce any text, put doesn't print any error / warning: my %textopts = ( primitive => 'text' , stroke => 'red' , pointsize => 12 , points => "2... 2 Apr 2008 02:43
First  |  Prev |  Next  |  Last
Pages: 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188