http://qs1969.pair.com?node_id=744311


in reply to WWW::Mechanize::Link - how to?

my $link = WWW::Mechanize::Link->new( { url => 'http://www.website.com/report/runreport/30', text => 'report', name => '', tag => 'a', base => 'http://www.website.com', attr => { 'fields[xxx.name]' => 'a name', 'fields[xxx.version]' => '5.34' }, } ); __END__ attr => $attr_href


hth,
PooLpi

'Ebry haffa hoe hab im tik a bush'. Jamaican proverb

Replies are listed 'Best First'.
Re^2: WWW::Mechanize::Link - how to?
by flamey (Scribe) on Feb 17, 2009 at 10:18 UTC
    ahh, thanks! after Corion's reply I figured i probably needed to fill more data, but haven't had a chance to try it yet. and i'm still learning refs (i actually thought this was an original and the only problem in my code).