|
||||||
| Perl Discussion for the PERL language - Practical Extraction and Reporting Language, is a programming language often used for creating CGI programs. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Company Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() ![]() |
|
|||
|
Code:
my $element = 'cat';
my @array = qw(dog pig cat bird);
@array = grep {$_ ne $element} @array;
print "@array";
Last edited by xXHalfSliceXx; 03-14-2007 at 08:35 PM. |
| Sponsored Links |
|
|
|
|||
|
Depends on what you are doing, that just makes the array element an empty string, but the array will still be the same length as before because you did not delete the array element, just defined it as empty. Most likely that is not what you really want to do.
|
|
|||
|
Sorry, I sometimes go for days without getting on the net/computer. I've just now started working on this project again. Thank you for your suggestions, I managed to get them working well in my script.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| questions about java games | stack | Java Help | 3 | 07-02-2007 06:35 PM |
| A few basic website questions | ehudgershon | General Programming | 4 | 06-11-2007 03:20 PM |
| Adsense.. I have 2 questions | TcM | Search Engine Optimization | 5 | 01-06-2007 01:05 AM |
| Questions about download tracking | Nightracer | PHP Forum | 3 | 11-07-2006 08:43 PM |
| Where to ask vBullentin questions | PC101 | Website Design | 4 | 09-19-2006 05:16 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%