Ask a Question related to PERL Beginners, Design and Development.
-
Silverfox #1
Re: Cutting Variable
Jeff 'Japhy' Pinyan wrote:
Cool...that did the trick> On Aug 17, SilverFox said:
>>>>Hi all...how can I pull the number from the given path??
>>
>>/Machine4/dir/dir/dir
> Well, it's a little vague, but perhaps all you want is
>
> my ($num) = $path =~ /(\d+)/;
>
> Or perhaps
>
> my ($num) = $path =~ /Machine(\d+)/;
>
Silverfox Guest
-
Text Cutting Off
I have a text box that users can type as much info in as they would like. The problem is for some users when they submit the form the content from... -
cutting items in a PDF
cutting items in a PDF I need to use something similar to an eraser to to rub out some defects in a scanned image. How does one go about doing... -
cutting a string
As long as the format of what you want (file.txt) remains the same you could do the following: ($stuffattheend) = $string =~ /\/(\w+\.\w+)$/; ... -
Cutting objects
i want to cut away from a square image i have so that it is curved in, how do i do that? -Thanks -
Cutting a picture
hello, i have taken a picture with my digital camera, it is my kid skateboarding, is it possible to just gut him out and save just him as an image...



Reply With Quote

