YaST::SCRAgent(3) User Contributed Perl Documentation YaST::SCRAgent(3)NAMEYaST::SCRAgent - a class for stdio-communicating YaST agents.SYNOPSISpackage my_agent; use YaST::SCRAgent; our @ISA = ("YaST::SCRAgent"); sub Read { if ($path eq ".foo") { ... return ["a", "b"];} } sub Write { ... return 1; } package main; my_agent->Run; perl v5.12.1 2006-09-19 YaST::SCRAgent(3)
| Related Man Pages |
|---|
| base(3pm) - mojave |
| parent(3) - centos |
| package::generator(3) - centos |
| class::mixinfactory(3pm) - debian |
| class::mixinfactory::hasafactory(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Getting command output to putty window title. |
| Migrating to UNIX |
| A (ksh) Library For and From UNIX.com |
| Docker learning Phase-I |