First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
Good documentation or good source examples for Image::Magickor converter from commandline to perl
nntpman68 wrote: I'd like to do the same in perl: my $g = Image::Magick->new; $g->Set(size=>"64x64"); $g->ReadImage('xc:transparent'); $g->Draw( primitive => 'text', BUT_WHAT_IS_THE_SYNTAX_HERE_???? ); $g->Write("test.png"); and don't really know where to look. Any hint / documen... 1 Apr 2008 18:28
Good documentation or good source examples for Image::Magick or converterfrom commandline to perl
Hi, Normally CPAN documentation is quite good. However I'm having some problems with ImageMagick. Could anybody point me to some good concise documentation. Reading the Imagemagick documentation and guestimating how to pass the same parameters to the perl equivalemt is not always simple: Example: As... 1 Apr 2008 17:21
FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?
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 15:07
Chop vs Chomp
Hello, and thanks in advance for your help. I have code (below) used for adding emails from a user textbox to a flat file. The user is asked to separate emails with a carriage return. Some times they will use 2 carriage returns. The code is designed to separate emails by returns, remove returns and then add them be... 1 Apr 2008 20:40
Control actions of DOS in perl
Hello All, I would like to know is it possible to execute control operations like Ctrl-C(to abort an action), Ctrl-Q(to mark an email as read) etc in a perl script. With Rgds, Raj ... 1 Apr 2008 21:46
FAQ 8.9 How do I ask the user for a password?
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 09:00
WHEN IS SOMEBODY GONNA FIX PERL??????
your.absolute.god(a)gmail.com wrote: WHEN IS SOMEBODY GONNA FIX PERL?????? Why are you yelling? BTW: your question mark key is stuck. I wrote this PERL program Then why are you posting in a Perl NG? yesterday and PERL does not even work! I had this EXACT same problem also with another completely diff... 6 Apr 2008 12:49
print variable name not by hash but ref?
some day i read a book telling that it may be useful to print a variable name for debugging purpose. since i was new that moment, i just skipped it. now when i want to use this feature, i no longer get back where it is. google search using perl and "print variable name" does not return good results. And I am no... 1 Apr 2008 09:00
FAQ 8.8 How do I get the screen size?
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 03:18
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 1 Apr 2008 02:12
First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189