In article <[EMAIL PROTECTED]>, Phan Ros wrote:

> Hi, I am taking perl at school.
> 
>  
> 
> I need help to create a simple menu with input of a( current date),
> b(users currently log in), c(name of working directory), and d(contents of
> the working directory).

Are you thinking of a simple command line menu?


*** Welcome to My Menu ***
   Today is Wednesday
   Users logged on:
     1)pfeiffer
     2)nobody
   CWD: /home/pfeiffer
**************************
User to kill (enter #): 

;-)

If so, think about:

perldoc -f write   or
perldoc -f printf  (I think)

-K

-- 
Kevin Pfeiffer
International University Bremen

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to