in reply to how to mount network shares
Is there a module for perl to mount network shares as non root?
I kinda doubt it :) use autodie 'system'; system 'gvfs-mount', 'blah', 'blah', '--blah', ...;