![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl Pattern Matching !!! Help | maxmave | Shell Programming and Scripting | 0 | 06-03-2008 07:05 PM |
| perl pattern matching | zedex | Shell Programming and Scripting | 2 | 09-30-2007 08:29 AM |
| perl - how do i find out if a file doesn't contain a pattern? | mjays | Shell Programming and Scripting | 4 | 09-19-2007 06:28 AM |
| perl pattern matching vs. grep | junkmail426 | Shell Programming and Scripting | 0 | 09-28-2005 10:40 AM |
| pattern matching + perl question | Optimus_P | Shell Programming and Scripting | 1 | 12-05-2003 07:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi Scorreg,
In perl we most often we use directl pattern matching. This 'm' is nothin but the match operator, often used in conjunction with the bind operator(~). '^' just signifies the start of the pattern and '!' is delimiter. You can write the same as ...... =~ {^(/.*)/bin/xx} Now the 'm' is absent and '{' and '}' are delimiters!! |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|