Skip to content

Instantly share code, notes, and snippets.

@2colours
Created January 18, 2023 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2colours/bd021d85d89fb4a410fdfa8bea7381ff to your computer and use it in GitHub Desktop.
Save 2colours/bd021d85d89fb4a410fdfa8bea7381ff to your computer and use it in GitHub Desktop.
subset FilePathStr of Str where .IO ~~ :e & :!d;
multi sub open-xml (IO::Path(FilePathStr) $src ) is export {
from-xml-file $src
}
multi sub open-xml (Str $src) is export {
from-xml $src
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment