I'm new at Perl. I have the results of a search in a Hash, and I need to print the N results in a window using GUI. My doubt is how to embedding a perl repetitive structure (like for) into XUL::Gui (to print the N result on a label).
I post a code of what i want to do (of course that dont work :P)
Thank you all :)#! /usr/bin/perl use XUL::Gui; $moreThanOne=5; display Window title => "Pacientes", GroupBox( for($i=0;$i<=$moreThanOne;$i++){ Label (value=>$i); }, );
In reply to XUL::Gui and Loop structure by sagus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |