in reply to Editing features for advanced users
When I run pltags.pl on this, it just returns "No tags found.". Isn't the function call a tag? I would expect it to make a tags file with a hyperlink to Business::CreditCard that points straight to the line where validate() is defined. Is this possible? I would so love to know the answer to this riddle. If I could do this it would be incredibly easy to navigate my perl code.#!/usr/bin/perl -w use strict; use Business::CreditCard qw(); Business::CreditCard::validate('4111111111111111') or die "The credit card number appears to be invalid\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Editing features for advanced users
by gmax (Abbot) on Apr 29, 2002 at 05:19 UTC |