Click here to Skip to main content
16,004,806 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
QuestionA better explanation on pipes, parents, and childs and tips to code Pin
Endomlic22-Mar-09 15:51
Endomlic22-Mar-09 15:51 
QuestionExplain this regex. Pin
jschell22-Mar-09 9:15
jschell22-Mar-09 9:15 
AnswerRe: Explain this regex. Pin
Garth J Lancaster22-Mar-09 11:42
professionalGarth J Lancaster22-Mar-09 11:42 
GeneralRe: Explain this regex. Pin
jschell26-Mar-09 10:23
jschell26-Mar-09 10:23 
AnswerRe: Explain this regex. Pin
JimmyRopes12-May-09 12:28
professionalJimmyRopes12-May-09 12:28 
GeneralRe: Explain this regex. Pin
jschell19-May-09 8:00
jschell19-May-09 8:00 
QuestionPerl and Regular Expressions Pin
BobInNJ21-Mar-09 12:16
BobInNJ21-Mar-09 12:16 
AnswerRe: Perl and Regular Expressions Pin
Garth J Lancaster22-Mar-09 0:11
professionalGarth J Lancaster22-Mar-09 0:11 
I think you can do

if ($inputline =~ /(d+)/)
{
my ($num)=$1;
}

so, if inputline (is 1 or more digits) the result is put in match 1 since there's only 1 bracketed term in the expression .. I think $0 contains the full input string ...

'g'
AnswerRe: Perl and Regular Expressions Pin
Member 38111902-Sep-09 1:11
Member 38111902-Sep-09 1:11 
Questioncan php make os like java Pin
RAJudev8920-Mar-09 8:14
RAJudev8920-Mar-09 8:14 
AnswerRe: can php make os like java Pin
Mohammad Dayyan20-Mar-09 17:53
Mohammad Dayyan20-Mar-09 17:53 
AnswerRe: can php make os like java Pin
phparray23-Mar-09 3:46
phparray23-Mar-09 3:46 
AnswerRe: can php make os like java Pin
Marc Firth24-Mar-09 23:17
Marc Firth24-Mar-09 23:17 
AnswerRe: can php make os like java Pin
Luc Pattyn26-Mar-09 2:45
sitebuilderLuc Pattyn26-Mar-09 2:45 
Questionphp website Pin
Pratyush Dubey17-Mar-09 3:21
Pratyush Dubey17-Mar-09 3:21 
AnswerRe: php website Pin
EliottA17-Mar-09 10:14
EliottA17-Mar-09 10:14 
RantRe: php website Pin
random426-Mar-09 0:48
random426-Mar-09 0:48 
GeneralRe: php website Pin
EliottA26-Mar-09 2:24
EliottA26-Mar-09 2:24 
JokeRe: php website Pin
random426-Mar-09 3:48
random426-Mar-09 3:48 
GeneralRe: php website Pin
fly90426-Mar-09 3:02
fly90426-Mar-09 3:02 
GeneralRe: php website Pin
EliottA26-Mar-09 4:46
EliottA26-Mar-09 4:46 
GeneralRe: php website Pin
fly90427-Mar-09 8:13
fly90427-Mar-09 8:13 
GeneralRe: php website Pin
EliottA27-Mar-09 9:18
EliottA27-Mar-09 9:18 
JokeRe: php website Pin
fly90417-Mar-09 11:24
fly90417-Mar-09 11:24 
AnswerRe: php website Pin
Mohammad Dayyan18-Mar-09 3:29
Mohammad Dayyan18-Mar-09 3:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.