Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/local/lib64/perl5/YAML/Loader/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/local/lib64/perl5/YAML/Loader/Syck.pm |
package YAML::Loader::Syck; use strict; sub new { $_[0] } sub load { shift; YAML::Syck::Load( $_[0] ) } 1;