Gossamer Forum
Home : Products : DBMan : Customization :

Re: [eric74] Passing values in the URL

Quote Reply
Re: [eric74] Passing values in the URL In reply to
Yes that is correct, assuming I understood what you wanted?

The regex will pick out the second field from every line of the file and store it in $second_field.

If you want all second fields to be put in an array or something you'd need:

/^\d+\|([^|]+)/ and push @array, $1;
Subject Author Views Date
Thread Passing values in the URL eric74 10160 Jan 29, 2002, 10:55 AM
Thread Re: [eric74] Passing values in the URL
kellner 9630 Jan 29, 2002, 11:39 AM
Thread Re: [kellner] Passing values in the URL
chmod 9553 Jan 29, 2002, 12:27 PM
Post Re: [chmod] Passing values in the URL
eric74 9398 Jan 30, 2002, 9:01 AM
Thread Re: [kellner] Passing values in the URL
eric74 9477 Jan 30, 2002, 9:02 AM
Thread Re: [eric74] Passing values in the URL
kellner 9539 Jan 30, 2002, 2:48 PM
Thread Re: [kellner] Passing values in the URL
Paul 9494 Jan 30, 2002, 2:53 PM
Post Re: [RedRum] Passing values in the URL
eric74 9453 Jan 31, 2002, 4:21 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9566 Feb 6, 2002, 6:00 AM
Thread Re: [eric74] Passing values in the URL
Paul 9433 Feb 6, 2002, 7:01 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9432 Feb 6, 2002, 10:13 AM
Thread Re: [eric74] Passing values in the URL
eric74 9428 Feb 6, 2002, 11:38 AM
Thread Re: [eric74] Passing values in the URL
Paul 9534 Feb 6, 2002, 11:43 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9471 Feb 6, 2002, 11:53 AM
Thread Re: [eric74] Passing values in the URL
Paul 9529 Feb 6, 2002, 11:56 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9478 Feb 6, 2002, 12:00 PM
Thread Re: [eric74] Passing values in the URL
Paul 9417 Feb 6, 2002, 12:03 PM
Thread Re: [RedRum] Passing values in the URL
eric74 9440 Feb 6, 2002, 12:08 PM
Post Re: [eric74] Passing values in the URL
Paul 9425 Feb 6, 2002, 12:12 PM
Thread Re: [eric74] Passing values in the URL
Paul 9475 Feb 6, 2002, 12:15 PM
Thread Re: [RedRum] Passing values in the URL
eric74 9392 Feb 7, 2002, 5:42 AM
Thread Re: [eric74] Passing values in the URL
Paul 9436 Feb 7, 2002, 6:18 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9592 Feb 7, 2002, 9:12 AM
Thread Re: [eric74] Passing values in the URL
Paul 9471 Feb 7, 2002, 9:30 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9419 Feb 7, 2002, 10:01 AM
Thread Re: [eric74] Passing values in the URL
Paul 9016 Feb 7, 2002, 11:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9090 Feb 7, 2002, 12:12 PM
Thread Re: [eric74] Passing values in the URL
Paul 9098 Feb 8, 2002, 4:23 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9081 Feb 8, 2002, 4:45 AM
Thread Re: [eric74] Passing values in the URL
Paul 9031 Feb 8, 2002, 4:48 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9046 Feb 8, 2002, 5:20 AM
Thread Re: [eric74] Passing values in the URL
Paul 9158 Feb 8, 2002, 5:52 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8961 Feb 8, 2002, 6:03 AM
Thread Re: [eric74] Passing values in the URL
Paul 9090 Feb 8, 2002, 6:13 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9023 Feb 8, 2002, 8:29 AM
Thread Re: [eric74] Passing values in the URL
Paul 9078 Feb 8, 2002, 8:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9054 Feb 8, 2002, 8:39 AM
Thread Re: [eric74] Passing values in the URL
Paul 8995 Feb 8, 2002, 8:45 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9028 Feb 8, 2002, 9:05 AM
Thread Re: [eric74] Passing values in the URL
Paul 9016 Feb 8, 2002, 9:06 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8974 Feb 22, 2002, 9:53 AM
Thread Re: [eric74] Passing values in the URL
Paul 8977 Feb 22, 2002, 10:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8959 Feb 24, 2002, 5:32 AM
Thread Re: [eric74] Passing values in the URL
Paul 8999 Feb 24, 2002, 6:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8980 Feb 24, 2002, 6:36 AM
Thread Re: [eric74] Passing values in the URL
Paul 8928 Feb 24, 2002, 6:55 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8896 Feb 24, 2002, 3:09 PM
Post Re: [eric74] Passing values in the URL
Paul 8905 Feb 25, 2002, 12:56 PM